ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / C1DockingTab Class / SaveLayout Method / SaveLayout(Form,String,String[]) Method
Additional property names of the C1DockingTabPage that you would like to store.

In This Topic
    SaveLayout(Form,String,String[]) Method
    In This Topic
    Saves layout of all C1DockingTab controls on the form to the specified file.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub SaveLayout( _
       ByVal form As System.Windows.Forms.Form, _
       ByVal filename As System.String, _
       ByVal ParamArray pageProperties() As System.String _
    ) 
    public static void SaveLayout( 
       System.Windows.Forms.Form form,
       System.string filename,
       params System.string[] pageProperties
    )

    Parameters

    form
    filename
    pageProperties
    Additional property names of the C1DockingTabPage that you would like to store.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also